home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / MapMaker / Source / Makefile < prev    next >
Makefile  |  1994-04-29  |  1KB  |  52 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = MapMaker
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = mapmaker.tiff
  16. DOCICONS = mapdoc.tiff
  17.  
  18. GLOBAL_RESOURCES = MapMaker.nib
  19.  
  20. CLASSES = ControlObject.m InputView.m OutputView.m
  21.  
  22. HFILES = constants.h fractal.h pointdata.h proj.h ControlObject.h\
  23.          InputView.h OutputView.h
  24.  
  25. MFILES = MapMaker_main.m
  26.  
  27. CFILES = fractal.c pointdata.c proj.c
  28.  
  29.  
  30.  
  31. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  32. MAKEFILE = app.make
  33. INSTALLDIR = $(HOME)/Apps
  34. INSTALLFLAGS = -c -s -m 755
  35. SOURCEMODE = 444
  36.  
  37. ICONSECTIONS =    -sectcreate __ICON app mapmaker.tiff \
  38.         -sectcreate __ICON mapdoc mapdoc.tiff
  39.  
  40. LIBS = -lMedia_s -lNeXT_s
  41. DEBUG_LIBS = $(LIBS)
  42. PROF_LIBS = $(LIBS)
  43.  
  44.  
  45. -include Makefile.preamble
  46.  
  47. include $(MAKEFILEDIR)/$(MAKEFILE)
  48.  
  49. -include Makefile.postamble
  50.  
  51. -include Makefile.dependencies
  52.